0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag
The article presents ten lesser-known but highly useful GitHub Actions that can enhance workflow automation, focusing on tasks like YAML validation, markdown link checking, auto-assignment of PRs, commit message linting, dependency caching, Slack notifications, license compliance checking, PR size labeling, security scanning, and Jira integration.
Conor Barber explores the evolution of infrastructure from YAML configurations to pipelines-as-code, focusing on modern CI/CD systems like GitHub Actions, GitLab, and CircleCI. The presentation was given at QCon San Francisco 2023, discussing how moving away from YAML can improve scalability, cost efficiency, and developer experience.
Creating a JSON Schema for existing YAML values We can infer a schema from existing YAML values and use it as a starting point when writing a new schema. The steps are:
Convert your values YAML file to JSON on https://www.json2yaml.com/ Paste the JSON on https://www.jsonschema.net/ and click on "Infer Schema" Paste the schema into the values.schema.json file W
First / Previous / Next / Last
/ Page 1 of 0